home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-10-25 | 841 b | 41 lines | [TEXT/MPS ] |
- {[a-,body+,h-,o=100,r+,rec+,t=4,u+,#+,j=20/57/1$,n+]}
- { UPrinting.p }
- { Copyright © 1984-1990 Apple Computer, Inc. All rights reserved. }
-
- {$IFC UNDEFINED UsingIncludes}
- {$SETC UsingIncludes := FALSE}
- {$ENDC}
-
- UNIT UPrinting;
-
- INTERFACE
-
- USES
- {$SETC __UPrinting__ := TRUE}
- { • MacApp }
- {$U $$Shell(MAPInterfaces)UMacApp} UMacApp,
-
- { • Implementation use }
- {$U $$Shell(MAPInterfaces)ULoMem} ULoMem,
-
- {$IFC NOT qNeedsROM128K}
- Printing,
- {$ELSEC}
- PrintTraps,
- {$ENDC}
- ToolUtils, Packages, Fonts, Errors, Resources;
-
- {$SETC __UPrinting__ := FALSE}
- { • Include the public interface }
- {$SETC _UPrintingIncludes := UsingIncludes}
- {$SETC UsingIncludes := TRUE}
- {$I+}
- {$I $$Shell(MAPInterfaces)UPrinting.p}
- {$SETC UsingIncludes := _UPrintingIncludes}
-
- IMPLEMENTATION
-
- {$I UPrinting.inc1.p}
-
- END.
-